home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / frame_62 / PlaceObject2_3562_562 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2011-06-09  |  211 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(this._name != "orig")
  3.    {
  4.       _rotation = _rotation + 10;
  5.       this._x += (this._x - _root.star_load_x) / 2;
  6.       this._y += (this._y - _root.star_load_y) / 2;
  7.    }
  8. }
  9.